-
Notifications
You must be signed in to change notification settings - Fork 307
Remove build warnings for Humble #1234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
df5eed0 to
03694b7
Compare
This got updated in generate_parameters_library.
03694b7 to
fbb18a4
Compare
SarveshMalladi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its still failing humble build
|
Humble main is expected to fail here until the next sync. Merging. |
|
It is not possible to build the package on humble because of #include <realtime_tools/realtime_box_best_effort.hpp> The file does not exist while the file <realtime_tools/realtime_box_best_effort.h> does exist and then it builds fine |
You experience this because ros-controls/realtime_tools@393a384 is released, but not yet synchronized to main. This is also, why our binary-testing build succeeds, while the binary main build fails. Building this package from the head branch might require building upstream packages from source from time to time. Please see the source build instructions for details. If you don't want to go through this trouble, you might just use our binary installation packages instead? |
This PR aims at removing all build warnings for Humble.
Waiting for realtime-tools to be released before this is ready-to-review.